home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / ColourTran / DLLDef < prev   
Text File  |  1995-04-04  |  391b  |  30 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "ColourTran"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   ColourTrans_SetGCOL
  14.   ColourTrans_ReturnColourNumberForMode
  15.   ColourTrans_SelectTable
  16.   ColourTrans_ReturnFontColours
  17.   ColourTrans_InvalidateCache
  18. }
  19.  
  20. ; --- Object files ---
  21.  
  22. objects
  23. {
  24.   o.SetGCOL
  25.   o.Invalidate
  26.   o.ColNo4Mode
  27.   o.SelectTabl
  28.   o.ReturnFont
  29. }
  30.